Class TypeChangeMigrationBuilder<TProps, TFrom, TTo>
ITypeChangeMigrationBuilder implementation
public class TypeChangeMigrationBuilder<TProps, TFrom, TTo> : ITypeChangeMigrationBuilder<TProps, TFrom, TTo> where TProps : class
Inheritance
Implements
Methods
Using(Expression<Func<TFrom, TTo>>)
Set conversion function.
public IPropertyMigrationBuilder<TProps, TTo> Using(Expression<Func<TFrom, TTo>> converter)